home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pctyp2_a.arc / INST1.BAT < prev    next >
DOS Batch File  |  1989-08-31  |  2KB  |  58 lines

  1. echo off
  2. cls
  3. a:
  4. if exist a:inst1.bat goto DOINST1
  5. echo The PROGRAM DISK must be in drive A
  6. goto EXIT
  7. :DOINST1
  8. echo   ┌─────────────────────────────────────────────────────────────────┐
  9. echo   │INST1.BAT is for installing PC-Type II into systems with two     │
  10. echo   │          720k floppy drives.                                    │
  11. echo   │                                                                 │
  12. echo   │          It is assumed that you have three formatted, but empty │
  13. echo   │          3½" diskettes available.  They should be labeled:      │
  14. echo   │                                                                 │
  15. echo   │                        WORKING DISK                             │
  16. echo   │                        OTHER PGMS DISK                          │
  17. echo   │                        MISC DISK                                │
  18. echo   │                                                                 │
  19. echo   │          When this batch program is finished, you will be asked │
  20. echo   │          to place the UTILITY distribution disk into drive A    │
  21. echo   │          and then run the batch program INST2.BAT.              │
  22. echo   │                                                                 │
  23. echo   │          To continue press a key when asked.                    │
  24. echo   │          If you want to stop now, press Ctrl Break.             │
  25. echo   └─────────────────────────────────────────────────────────────────┘
  26. echo .
  27. pause
  28. cls
  29. echo  ┌────────────────────────────────────────────┐
  30. echo  │ Place the formatted MISC disk into drive B │
  31. echo  └────────────────────────────────────────────┘
  32. echo .
  33. pause
  34. b:
  35. a:extract a:\pct1. *.prn
  36. cls
  37. echo  ┌───────────────────────────────────────────────┐
  38. echo  │ Place the formatted WORKING disk into drive B │
  39. echo  └───────────────────────────────────────────────┘
  40. echo .
  41. pause
  42. a:extract a:\pct1. pct*.*
  43. a:extract a:\pct2. pct*.*
  44. cls
  45. echo  ┌──────────────────────────────────────────────────┐
  46. echo  │ Place the formatted OTHER PGMS disk into drive B │
  47. echo  └──────────────────────────────────────────────────┘
  48. pause
  49. a:extract a:\pct2. *.exe
  50. a:
  51. cls
  52. echo      ┌────────────────────────────────────────┐
  53. echo      │ Place the UTILITY disk into drive A.   │
  54. echo      │ Then type  INST2  after the A prompt.  │
  55. echo      └────────────────────────────────────────┘
  56. echo .
  57. :EXIT
  58.